file formats - PDF - literal stringsWhat links here?
Literal strings may take the following forms:

A string of characters enclosed by open parenthesis and close parenthesis.

(this is a string)
(this is ok (balanced parenthesis) too)


The open parenthesis, unbalanced parenthesis, and backslash are not permitted in the string. The backslash is an escape character.
The following escape sequences are recognized. If the character following the backslash is not one listed below, the backslash is to be ignored.
\nline feed 0x0A LF
\rcarriage return (0x0D) CR
\thorizontal tab 0x09 HT
\bbackspace 0x08 BS
\fformfeed, FF
\(left parenthesis0x28(
\)right parethesis0x29)
\\backslash0x5C\
\dddCharacter code ddd in octal


If the backslash is the last character of the line, it indicates the string continues on the next line.
(this is a line \
that has been continued)


An end of line marker in the string is to be treated as if it was a line feed alone (0x0A).

The octal number ddd may be one, two, or three characters in length. If the character following the octal number is a digit, the octal number must be three characters in length.

A string may be represented as a string of hexadecimal characters:
<0E455623180F>


If the string is an odd number of characters in length, the last character is assumed to be zero.
file formats - PDF - literal strings
filename:file formats - PDF - literal strings
filename:file%20formats%20%2D%20PDF%20%2D%20literal%20strings
last edit:February 17 2013 15:12:44 (4095 days ago)
ct = 1714942896.000000 = May 05 2024 17:01:36
ft = 1361131964.000000 = February 17 2013 15:12:44
dt = 353810932.000000